Flash Multi Upload Example


Fill in your profile below:

First name:
Last name:
Email address:
Upload your photo
Maximum:
5 file(s)
262144 bytes each
1048576 bytes total
Notes:
  1. Due to the limitation of Flash and HTML <object>, FlashMultiUpload CAN NOT be put in <form>
  2. On the left example, we create one <form> containing "FirstName, LastName, Email".
    A FlashMultiUpload object (outside the form).
    And another form holding the Submit button.
  3. Upon clicking Submit button, the following actions take place:
    1. Upload the file, and process it in upload_2_file.cfm
    2. After file has been uploaded, upload other fields, and process it in upload_2_data.cfm
    3. Combine both file and other fields in upload_2_data.cfm

    The upload process is done using JavaScript.

To customize FlashMultiUpload object, please see the following example
View source code: example_2.cfm, upload_2_file.cfm, upload_2_data.cfm